Sitemap Submission Issue on Google Search Console

2025-07-15

Problem Situation


# Replace with your actual domain and path
curl -I https://your-domain.com/path/to/sitemap.xml
HTTP/1.1 200 OK

curl -I -L https://your-domain.com/path/to/sitemap.xml

      and confirm that the final response is 200 OK and that no unwanted redirects occur.


Disallow: /path/to/sitemap.xml

      https://www.xml-sitemaps.com/validate-xml-sitemap.html

Additional Information